Numerical Solution of Equation

IMPORTANT

Numerical Solution of Equation: Overview

This topic covers concepts, such as, Finding Approximate Solution by Numerical Method, Bisection Method, Method of False Position, Newton-Raphson Method & Horner's Method etc.

Important Questions on Numerical Solution of Equation

HARD
IMPORTANT

The approximation to a root of the equation x2+x-1=0 in the interval 0,1 by applying method of false position one time, will be:

EASY
IMPORTANT

The order of convergence of Newton Raphson method is

EASY
IMPORTANT

At which point the iterations in the Newton Raphson method are stopped?

EASY
IMPORTANT

In Newton Raphson method if the curve fx is constant then _____

EASY
IMPORTANT

If fx=x2153=0 then the iterative formula for Newton Raphson Method is given by _____

EASY
IMPORTANT

The Iterative formula for Newton Raphson method is given by _____

EASY
IMPORTANT

The Newton-Raphson method of finding roots of nonlinear equations falls under the category of which of the following methods?

EASY
IMPORTANT

Rate of convergence of the Newton-Raphson method is generally_____

MEDIUM
IMPORTANT

Find the approximated value of x till 4 iterations for e-x=3logx using Bisection Method.

HARD
IMPORTANT

Use Bisection Method to find out the root of xsinx0.5=0 between 1 and 2.

HARD
IMPORTANT

A function fx is given as e-x×x2+5x+2+1=0. Let a=0 and b=-1. Find the root between a and b using Bisection Method.

HARD
IMPORTANT

A function is given by xe-x=0. Find the root between a=0 and b=1 by using Bisection method.

HARD
IMPORTANT

Find the root of x4-x-10=0 approximately upto 5 iterations using Bisection Method. Let a=1.5 and b=2.

HARD
IMPORTANT

Using Bisection method find the root of cosx-x×ex=0 with a=0 and b=1.

MEDIUM
IMPORTANT

If α,β,γ are the roots of 8x3-4x2+6x-1=0, find the equation α+1/2,β+1/2 and γ+1/2.

MEDIUM
IMPORTANT

If one root of the equation fx=0 is near to x0, then the first approximation of this root as calculated by Newton Raphson method is the abscissa of the point, where the following straight line intersects the x-axis"

MEDIUM
IMPORTANT

In solving ordinary differential equation y'=2x, y0=0 using Euler's method, the iterate yn, nN satisfy

HARD
IMPORTANT

If f0=3, f1=5, f3=21, then the unique polynomial of degree 2 or less using Newton divided difference interpolation will be: 

HARD
IMPORTANT

One real root of a polynomial Px=x3-x-1 lies in the interval 1,2 and bisection method is used to find its value, the minimum number of interations required to achieve accuracy up to two decimal points is

MEDIUM
IMPORTANT

The 2nd approximation to a root of the equation x2-x-1=0 in the interval 1,2 by Bisection method will be: